home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.7 / about.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-28  |  258 b   |  22 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     about.h
  4.     Copyright (c) 1990-1992, joe holt
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef __about__
  10. #define __about__
  11.  
  12. /*******************************************************************************
  13.  **
  14.  **    Public Functions
  15.  **
  16.  **/
  17.  
  18. void Do_about( WindowPtr the_window );
  19.  
  20.  
  21. #endif
  22.